C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / RemoveAsync(Int32,CancellationToken) Method
The index.
The cancellation token.

In This Topic
RemoveAsync(Int32,CancellationToken) Method
In This Topic
Removes the item at the specified index from the collection.
Syntax
'Declaration
 
Public Overrides Function RemoveAsync( _
   ByVal index As Integer, _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

index
The index.
cancellationToken
The cancellation token.
See Also